g.drawLine(MARGINLEFT, MARGINTOP, MARGINLEFT,
getHeight() - MARGINBOTTOM);
// if(plotChanged)
axis.calcCaption(pHeight);
}
g.setFont(GUIConstants.font);
} else {
g.drawLine(MARGINLEFT, MARGINTOP, MARGINLEFT,
getHeight() - MARGINBOTTOM);
if(plotChanged)
axis.calcCaption(pHeight);
}
g.setFont(GUIConstants.font);